type github.com/klauspost/compress/zstd.blockType
8 uses
github.com/klauspost/compress/zstd (current package)
blockdec.go#L18: type blockType uint8
blockdec.go#L23: blockTypeRaw blockType = iota
blockdec.go#L103: Type blockType
blockdec.go#L137: b.Type = blockType((bh >> 1) & 3)
blockenc.go#L128: func (h *blockHeader) setType(t blockType) {
blocktype_string.go#L21: func (i blockType) String() string {
blocktype_string.go#L22: if i >= blockType(len(_blockType_index)-1) {
decodeheader.go#L219: blockType := blockType((bh >> 1) & 3)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |